COM AT+BINP test - Phone number corresponding to the last voice tag recorded in the HF
COM AT+BINP this command is part of Handsfree (e.g.Carkit) Profile
COM V1.0	26.05.2006	C.Grzegorczyk	started


from attglobals import *


COM BINP test command

AT+BINP=?
WAIT FOR OK

ATCMD (1,'ATD',SecondaryMobilePhoneNumber)
WAITFOR (1,'ATD',SecondaryMobilePhoneNumber)
WAITFOR (2,'RING')
WAIT 3000
ATH0
WAIT FOR CARRIER

COM BINP write command
AT+BINP=1
WAITFOR (1,SecondaryMobilePhoneNumber)

COM Try to enter some incorrect value
AT+BINP=4
WAIT FOR ERROR

AT
WAIT FOR OK